4D Chart v13

CT SHOW GRID LINES

Home

 
4D Chart v13
CT SHOW GRID LINES

CT SHOW GRID LINES 


 

CT SHOW GRID LINES ( area ; object ; axis ; grid ; visible ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
axis  Integer in Axis for which to show/hide grid lines 0 = Category 1 = Series 2 = Values
grid  Integer in Grid lines to show/hide 0 = Minor 1 = Major
visible  Integer in Hide or show grid lines 0 = Hide 1 = Show

The CT SHOW GRID LINES command displays or hides the major and/or minor grid lines for the axis specified by area, object, and axis.

The grid parameter allows you to specify which grid lines should be affected by the command. Major grid lines are spaced at the major increments; minor grid lines are spaced at the minor increments.

The visible parameter allows you to specify whether or not the specified grid lines are visible.

Example  

This example displays the minor grid lines of the Values axis for the chart specified by $ChartID.

 CT SHOW GRID LINES(Area;$ChartID;2;0;1)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14531

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT GET CHART LINE ATTRIBUTES
CT SET CHART LINE ATTRIBUTES